home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
alex_trax.swf
/
scripts
/
DefineButton2_317
/
BUTTONCONDACTION on(release, keyPress Left).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
159 b
|
9 lines
on(release, keyPress "<Left>"){
_root.map.level0pop._visible = false;
if(_root.mapId > 0)
{
_root.mapId--;
}
_root.mapRedraw();
}